home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3178 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  676 b 

  1. Path: news.eclipse.net!usenet
  2. From: meritech@eclipse.net
  3. Newsgroups: comp.lang.c
  4. Subject: Standard in C++ missing from C?????
  5. Date: 26 Jan 1996 17:01:42 GMT
  6. Message-ID: <4eb1dm$ogl@lunar.eclipse.net>
  7. Reply-To: meritech@eclipse.net
  8. NNTP-Posting-Host: so_69.eclipse.net
  9. X-Newsreader: IBM NewsReader/2 v1.2
  10.  
  11. Does C++ have a standard written for the definition of :
  12.  
  13. p = p++;
  14.  
  15. My boss asked me, and I have no clue.  I know that C basically says that this
  16. is undefined and should NOT be used in a real program.  And I know the debate
  17. that rages on and on.  BUT, does C++ have this same problem???
  18.  
  19. My compiler doesn't complain, but then, that doesn't supprise me either.
  20.  
  21. Thanks.
  22.  
  23.